←Select platform

ReadMessage Method

Summary

Reads a message from the NamedPipeStream class.

Syntax

C#
C++/CLI
protected static byte[] ReadMessage( 
   PipeStream stream 
) 
protected:  
   static array<Byte>^ ReadMessage( 
      PipeStream^ stream 
   ) 

Parameters

stream

A PipeStream that contains the method.

Return Value

A byte array that contains the message.

Remarks

The stream is the PipeStream argument that is passed to the NamedPipeStream constructor.

Requirements

Target Platforms

See Also

NamedPipeStream<T> Class

NamedPipeStream<T> Members

Leadtools.Dicom.AddIn.Common Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.